home *** CD-ROM | disk | FTP | other *** search
- Path: cc.gatech.edu!bigdave
- From: bigdave@cc.gatech.edu (David Mitchell)
- Newsgroups: comp.lang.c
- Subject: Best Binary Search Tree Balance Algo?
- Date: 9 Mar 1996 03:53:41 GMT
- Organization: College of Computing, Georgia Tech
- Message-ID: <4hqvc5$p9k@solaria.cc.gatech.edu>
- NNTP-Posting-Host: oscar.cc.gatech.edu
- NNTP-Posting-User: bigdave
- X-Newsreader: TIN [version 1.2 PL2]
-
- I would like to know what the run-time of the best binary search tree
- balance algorithm is. (e.g. O(n^2), O(n lg n), etc.).
-
- I wish there was an algorithms newsgroup, but it seems as if C/C++
- programmers know better algorithms than just about anyone else.
-
- If you could send the code too, or just an algorithm description that
- would be great. The important part is that it must be the fastest known so
- far.
-
- Please send replies via e-mail. Thanks.
-
- --David
-
- ////////////////////////////////////////////////////////////////
- David S Mitchell e-mail: bigdave@cc.gatech.edu
- College of Computing
- Georgia Institute of Technology, Atlanta Georgia, 30332-0280
- WWW: http://www.cc.gatech.edu/people/home/bigdave
- ////////////////////////////////////////////////////////////////
-